Open
Conversation
Greptile OverviewGreptile Summary
Confidence Score: 4/5
Important Files Changed
|
pyproject.toml
Outdated
| "pyrefly==0.50.1", | ||
| "ruff==0.14.14", | ||
| "semgrep==1.149.0 ; sys_platform != 'win32'", | ||
| "semgrep==1.150.0; sys_platform != 'win32'", |
There was a problem hiding this comment.
Inconsistent marker spacing
This line changes the formatting from the surrounding dependencies by removing the space before the environment marker (==1.150.0; vs ==... ;). If this repo enforces formatting (e.g., via a TOML formatter or snapshot tests), this will cause CI diffs/failures. Consider matching the existing style.
Suggested change
| "semgrep==1.150.0; sys_platform != 'win32'", | |
| "semgrep==1.150.0 ; sys_platform != 'win32'", |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
This is a comment left during a code review.
Path: pyproject.toml
Line: 18:18
Comment:
**Inconsistent marker spacing**
This line changes the formatting from the surrounding dependencies by removing the space before the environment marker (`==1.150.0;` vs `==... ;`). If this repo enforces formatting (e.g., via a TOML formatter or snapshot tests), this will cause CI diffs/failures. Consider matching the existing style.
```suggestion
"semgrep==1.150.0 ; sys_platform != 'win32'",
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.5b21253 to
fb7babf
Compare
fb7babf to
206b21c
Compare
206b21c to
4694604
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.149.0→==1.152.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
semgrep/semgrep (semgrep)
v1.152.0Compare Source
### Added
Hooks (for both Claude Code and Cursor) now pull custom rules from the registry (custom-rules-hooks)
Turned on DNS rebinding protection for the MCP server (dns-check)
Environment variables can now be passed to third-party package managers invoked as part of
--allow-local-buildsdependency resolution via the environment variableSEMGREP_LOCAL_BUILD_ENV, which accepts a JSON object with string keys and string values. (SC-3163)Memory management policies
A memory policy defines how OCaml's garbage collector should be configured for
a scan. There are two initial policies: "aggressive", the current behaviour,
which trades longer scan times for lower memory use, and "balanced", which
finds a middle ground between reclaiming heap memory in short order while
limiting how often the garbage collector runs. The policy can be configured
via the
--x-mem-policyCLI flag for the pro engine; this flag is unused inthe OSS engine. (engine-2055)
Added experimental support for the OpenFGA authorization language. Thanks to Alex Useche (@hex0punk) for the contribution! (gh-11347)
Allows case insensitive string comparisons using lower() and upper() like this:
(gh-11502)
Blocking findings that are outputted in the CI output are now labelled as such. (#4394)
### Changed
is reached. (code-9224)
### Fixed
reduce FPs in some cases. (code-9220)
longer period of time before retrying the request, to spread out requests
during periods of app instability. (engine-2550)
v1.151.0Compare Source
Added
Fixed
glomto at least version23.3, which includes a fix to aSyntaxWarningwarning log. (gh-11460)
v1.150.0Compare Source
Added
Changed
pipenvtouvfor./clipackage management (uv)Fixed
-alphain1.2.3-alpha. (sc-3001)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.